From cec5f34557f1fb55f8e9c423843b0a290ed392e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Nov 2007 18:59:49 +0000 Subject: [PATCH] Fix some typos svn path=/trunk/; revision=19006 --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gtk/tmpl/gtknotebook.sgml | 4 ++-- docs/reference/gtk/tmpl/gtkradiobutton.sgml | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 395448bcaf..96978dc952 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2007-11-19 Matthias Clasen + + * gtk/tmpl/gtknotebook.sgml: + * gtk/tmpl/gtkradiobutton.sgml: Fix typos. (#494905, + Olivier Delhomme) + 2007-11-19 Matthias Clasen * gtk/tmpl/gtkaboutdialog.sgml: Add some hints about diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index d50827b8de..712b117395 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -13,10 +13,10 @@ can be switched between using tab labels along one edge. There are many configuration options for #GtkNotebook. Among other things, you can choose on which edge the tabs appear (see gtk_notebook_set_tab_pos()), whether, if there are too many -tabs to fit the noteobook should be made bigger or scrolling +tabs to fit the notebook should be made bigger or scrolling arrows added (see gtk_notebook_set_scrollable), and whether there will be a popup menu allowing the users to switch pages. -(see gtk_notebook_enable_popup(), gtk_noteobook_disable_popup()) +(see gtk_notebook_popup_enable(), gtk_notebook_popup_disable()) diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index 002b1d0d75..02600b03d7 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -124,8 +124,8 @@ then be packed into the radio button. -Creates a new #GtkRadioButton, adding it to the same group as @group. As -with gtk_radio_button_new(), a widget should be packed into the radio button. +Creates a new #GtkRadioButton, adding it to the same group as @radio_group_member. +As with gtk_radio_button_new(), a widget should be packed into the radio button. @radio_group_member: @@ -148,10 +148,10 @@ group. Creates a new #GtkRadioButton with a text label, adding it to the same group -as @group. +as @radio_group_member. -@radio_group_member: +@radio_group_member: widget to get radio group from or NULL @label: a text string to display next to the radio button. @Returns: a new radio button. -- 2.30.2